projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcf626
)
(font-lock-apply-syntactic-highlight): Don't die if
author
Karl Heuer
<kwzh@gnu.org>
Sat, 29 May 1999 19:20:07 +0000
(19:20 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 29 May 1999 19:20:07 +0000
(19:20 +0000)
VALUE is a syntax table.
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index d3498a888a52478822dd497e1b10d35464b408dc..13c7da67962ca0a6275d457dfd6f6a277a175656 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1232,7
+1232,7
@@
see `font-lock-syntactic-keywords'."
(start (match-beginning match)) (end (match-end match))
(value (nth 1 highlight))
(override (nth 2 highlight)))
- (unless (numberp (car value))
+ (unless (numberp (car
-safe
value))
(setq value (eval value)))
(cond ((not start)
;; No match but we might not signal an error.